From: Kenichi Handa Date: Tue, 4 Dec 2007 00:46:22 +0000 (+0000) Subject: (enum composition_method): Define X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~24424^2~192 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb5ed8f51e4329cd900df92535844aba379f1b45;p=emacs.git (enum composition_method): Define COMPOSITION_WITH_GLYPH_STRING unconditionally. --- diff --git a/src/composite.h b/src/composite.h index ab77a9f9e1d..eb60f1d2ecd 100644 --- a/src/composite.h +++ b/src/composite.h @@ -40,10 +40,8 @@ enum composition_method { COMPOSITION_WITH_ALTCHARS, /* Compose by specified composition rules with alternate characters. */ COMPOSITION_WITH_RULE_ALTCHARS, -#ifdef USE_FONT_BACKEND /* Compose by specified lispy glyph-string. */ COMPOSITION_WITH_GLYPH_STRING, -#endif /* USE_FONT_BACKEND */ /* This is not a method. */ COMPOSITION_NO };